org.eclipse.vtp.framework.media
Class InputLoadingManager

java.lang.Object
  extended by org.eclipse.vtp.framework.media.InputLoadingManager
All Implemented Interfaces:
IInputGrammarFactory

public class InputLoadingManager
extends java.lang.Object
implements IInputGrammarFactory


Field Summary
static java.lang.String inputTypeExtensionId
           
 
Constructor Summary
InputLoadingManager()
           
 
Method Summary
static InputLoadingManager getInstance()
           
 InputGrammar loadInput(org.w3c.dom.Element inputElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

inputTypeExtensionId

public static final java.lang.String inputTypeExtensionId
See Also:
Constant Field Values
Constructor Detail

InputLoadingManager

public InputLoadingManager()
Method Detail

getInstance

public static InputLoadingManager getInstance()

loadInput

public InputGrammar loadInput(org.w3c.dom.Element inputElement)
Specified by:
loadInput in interface IInputGrammarFactory